@import url('https://fonts.googleapis.com/css2?family=Andada+Pro&family=Lato:ital,wght@1,100&display=swap');

/* ******* nav ***** */

ul.nav li{
    list-style-type: none;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    transition: transform .4s;}

ul.nav li:hover {
    transform: scale(1.3);}

header a {
    text-decoration: none;
    color:white;
}

nav {
    overflow: hidden;
    background-color: white;
    /* position: fixed;  */
    /*  ca empèche le menu de bouger */
    width: 100%;
    opacity : 0.9; }

header li {
margin-left: 10%; 
}

header li a {
    text-decoration: none;
    display: block;
    text-align: center;
    color: black;   

}

header li a :hover {
    zoom: 1.1%;
}

div.img {
    padding-top: 10%;
    background :url(./media/le\ morne.jpg) no-repeat 50% 50%;
    background-size: cover;
    height:300px ;
    margin-left: -10px;
    margin-right: -10px;
}

/* ********Body ***** */


body a {
    color: #0f3958 ;
}

div#body {
    margin-left: 5%;
}
   

#one {
border: #0f3958 solid;
margin-left: 20%;
margin-right: 20%;
margin-top: 5%;
background-color: white;

}
#contact {
    text-align: center;
}

h2#lien {
    color: white;
    background-color:#0f3958 ;
    padding: 2%;
    text-align: center;
    margin-right: -10px;
    margin-left: -80px;

}

#mcontact {
    text-align: center;
}
ul.lien li {
    display: list-item;
}
div#copyright  {
    margin-top: 5%;
    margin-bottom: 3%;
    }
div#copyright p {
        text-align: center;
    }


